home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 48
/
Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso
/
Aminet
/
text
/
edit
/
vim60rt.lha
/
Vim
/
vim60
/
ftplugin
/
python.vim
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2001-01-26
|
328 b
|
13 lines
" Vim filetype plugin file
" Language: python
" Maintainer: Johannes Zellner <johannes@zellner.org>
" Last Change: Don, 25 Jan 2001 20:10:04 +0100
if exists("b:did_ftplugin") | finish | endif
let b:did_ftplugin = 1
setlocal cinkeys-=0#
setlocal indentkeys-=0#
setlocal include=\s*\\(from\\\|import\\)
setlocal suffixesadd=.py